type golang.org/x/tools/go/packages.importerFunc

3 uses

	golang.org/x/tools/go/packages (current package)
		packages.go#L1006: 	importer := importerFunc(func(path string) (*types.Package, error) {
		packages.go#L1092: type importerFunc func(path string) (*types.Package, error)
		packages.go#L1094: func (f importerFunc) Import(path string) (*types.Package, error) { return f(path) }